(get_adstyle_property): Call font_intern_prop with 1 as
authorKenichi Handa <handa@m17n.org>
Fri, 26 Jun 2009 06:14:32 +0000 (06:14 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 26 Jun 2009 06:14:32 +0000 (06:14 +0000)
the arg FORCE_SYMBOL.

src/ftfont.c

index 25545d1a08f5cf871cf8d71b77f0863f19769ff0..35cce12ea96da577e9858d5bea1d0110bbd1c932 100644 (file)
@@ -177,7 +177,7 @@ get_adstyle_property (FcPattern *p)
       || xstrcasecmp (str, "Oblique") == 0
       || xstrcasecmp (str, "Italic") == 0)
     return Qnil;
-  adstyle = font_intern_prop (str, end - str, 0);
+  adstyle = font_intern_prop (str, end - str, 1);
   if (font_style_to_value (FONT_WIDTH_INDEX, adstyle, 0) >= 0)
     return Qnil;
   return adstyle;